Introduction
-----------------------
 
WimpBasic is a programming language similar to BBC Basic.
However, WimpBasic has been designed with RISC OS in mind
and makes programming in RISC OS a lot easier. There are a few
keywords that have been added and there are a few keywords
that are missing from BBC Basic. Some keywords have been
modified slightly but most of the change is in how you write the
program rather than the programming language itself.
 
In WimpBasic you start by doing the user interface and then write
routines which you connect to events. In most cases you don't
have to know anything about the internal workings of RISC OS.
 
About graphics in WimpBasic
About the : - Colon in WimpBasic
About the Data keyword in WimpBasic